All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.haoxuer.discover.user.api.apis.UserFeedBackApi Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
package com.haoxuer.discover.user.api.apis;

import com.haoxuer.discover.rest.base.ResponseObject;
import com.haoxuer.discover.user.api.domain.request.UserFeedBackPostRequest;

public interface UserFeedBackApi {

  ResponseObject post(UserFeedBackPostRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy