Commit 15175ca6 authored by Quxl's avatar Quxl

x

parent b4186f6d
...@@ -295,7 +295,7 @@ public class UserController { ...@@ -295,7 +295,7 @@ public class UserController {
@ApiImplicitParam(paramType = "query", name = "sign", dataType = "String", required = true, value = "签名", defaultValue = ""), @ApiImplicitParam(paramType = "query", name = "sign", dataType = "String", required = true, value = "签名", defaultValue = ""),
@ApiImplicitParam(paramType = "query", name = "timestamp", dataType = "String", required = true, value = "时间戳", defaultValue = "") @ApiImplicitParam(paramType = "query", name = "timestamp", dataType = "String", required = true, value = "时间戳", defaultValue = "")
}) })
@RequestMapping(value = "/modifyShopAuthInfo",method=RequestMethod.GET) @RequestMapping(value = "/queryShopAuthInfo",method=RequestMethod.GET)
public String queryShopAuthInfo(String custNo, Integer shopId, String langID) { public String queryShopAuthInfo(String custNo, Integer shopId, String langID) {
return userService.queryShopAuthInfo(custNo, shopId, langID); return userService.queryShopAuthInfo(custNo, shopId, langID);
} }
......
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