记得上下班打卡 | git大法好,push需谨慎

Commit 50ce76a2 authored by wangyifan's avatar wangyifan

添加注释

parent 653e251f
......@@ -38,7 +38,7 @@ public class GoblinSqbOrderController {
* 创建收钱吧订单
*/
@PostMapping("/pre")
@ApiOperation("创建收钱吧下单")
@ApiOperation("创建收钱吧下单-加密")
public ResponseDto<GoblinSqbOrderCreateVo> preOrder(@RequestBody EncryptedReq<GoblinSqbOrderParam> param) {
String userId = CurrentUtil.getCurrentUid();
GoblinSqbOrderParam orderParam = param.getData();
......@@ -49,7 +49,7 @@ public class GoblinSqbOrderController {
* 创建收钱吧订单
*/
@PostMapping("/fc7bce6d6c2213b866f76493f9222201")
@ApiOperation("创建收钱吧下单")
@ApiOperation("创建收钱吧下单-不加密")
public ResponseDto<GoblinSqbOrderCreateVo> preOrder(@RequestBody @Validated GoblinSqbOrderParam param) {
String userId = CurrentUtil.getCurrentUid();
return goblinSqbOrderService.createOrder(userId, param);
......
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