提交代码

dev-discount
袁野 2 years ago
parent 70d5334e2a
commit 174c8fdb7e
  1. 2
      hai-cweb/src/main/java/com/cweb/controller/CommonController.java

@ -232,7 +232,7 @@ public class CommonController {
}
}
@RequestMapping(value = "/ getScanCodePageHtmlSign", method = RequestMethod.POST)
@RequestMapping(value = "/getScanCodePageHtmlSign", method = RequestMethod.POST)
@ResponseBody
@ApiOperation(value = "获取扫码页面签名")
public ResponseData getScanCodePageHtmlSign(@RequestBody JSONObject body) {

Loading…
Cancel
Save