|
|
|
@@ -55,7 +55,7 @@ public class WxGameController extends BaseController { |
|
|
|
@PostMapping("addActionLog") |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "gameId", value = "游戏ID", dataType = "String", paramType = "query", required = true), |
|
|
|
@ApiImplicitParam(name = "couponOrderId", value = "券ID", dataType = "String", paramType = "query", required = true)}) |
|
|
|
@ApiImplicitParam(name = "orderId", value = "券订单ID", dataType = "String", paramType = "query", required = true)}) |
|
|
|
public ResultData addActionLog(String gameId, String orderId) { |
|
|
|
Long gameIdL = null; |
|
|
|
Long orderIdL = null; |
|
|
|
|