Commit 59407cb9 by guojuxing

预留授权接口

parent 6c108075
......@@ -103,11 +103,11 @@ public class WmMallStoreController {
* @param wmMallStoreId

* @return com.gic.commons.webapi.reponse.RestResponse


*/
@RequestMapping("/auth-wm-store")
public RestResponse authWmStore(Integer wmMallStoreId) {
@RequestMapping("/get-auth-url")
public RestResponse getAuthUrl(Integer wmMallStoreId) {
ServiceResponse<String> result = wmStoreApiService.authWmStore(wmMallStoreId);
return OperationResultUtils.operationResult(result, "授权微盟商城店铺",
OperationResultUtils.getOperationObject(result));
//todo
return RestResponse.success("http://baidu.com");
}
@RequestMapping("/list-mall-mode")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment