feat:云流水
This commit is contained in:
@@ -74,4 +74,10 @@ public class MiniShopAccountController {
|
||||
return ResponseResult.success(thirdXinGuanJiaService.getPassword(dto));
|
||||
}
|
||||
|
||||
@ApiOperation("门店编码换云流水编码")
|
||||
@PostMapping("/shopCodeToYlsCode")
|
||||
public ResponseResult<String> shopCodeToYlsCode(@RequestParam(value = "shopId",required = true) Long shopId) {
|
||||
return ResponseResult.success(accountService.shopCodeToYlsCode(shopId));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user