|
|
@@ -52,12 +52,13 @@ public class MerchantController extends BaseWebController {
|
|
|
@PostMapping("/bindPos")
|
|
|
@ApiOperation(value = "绑定终端")
|
|
|
@OperationLog(type = OperateType.SELECT, description ="绑定终端")
|
|
|
- public VaultsResponse bindPos() {
|
|
|
- BindDto bd = new BindDto();
|
|
|
+ public VaultsResponse bindPos(BindDto bd) {
|
|
|
+
|
|
|
+ /* BindDto bd = new BindDto();
|
|
|
bd.setAppId("wx0d821c4bde0e44b7");
|
|
|
bd.setPosId("CHECG");
|
|
|
bd.setStoreId("19");
|
|
|
- bd.setName("(CHECG)中康养科技");
|
|
|
+ bd.setName("(CHECG)中康养科技");*/
|
|
|
return paymentService.bindPos(bd);
|
|
|
}
|
|
|
|