|
|
@@ -52,7 +52,7 @@ public class MerchantController extends BaseWebController {
|
|
|
@PostMapping("/bindPos")
|
|
|
@ApiOperation(value = "绑定终端")
|
|
|
@OperationLog(type = OperateType.SELECT, description ="绑定终端")
|
|
|
- public VaultsResponse bindPos(BindDto bd) {
|
|
|
+ public VaultsResponse bindPos(@RequestBody BindDto bd) {
|
|
|
|
|
|
/* BindDto bd = new BindDto();
|
|
|
bd.setAppId("wx0d821c4bde0e44b7");
|