Commit 61b02909 authored by Quxl's avatar Quxl

x

parent 21a10411
...@@ -226,7 +226,7 @@ public class UserController { ...@@ -226,7 +226,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 = "/modifyShopAuthInfo",method=RequestMethod.POST)
public String modifyShopAuthInfo( public String modifyShopAuthInfo(
Integer shopId, Integer shopId,
String shopName, String shopName,
......
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