|
@@ -32,6 +32,6 @@ func InitShangHuRouter(engine *gin.RouterGroup) {
|
|
|
v1.POST("/client/pay/list", GetPayTransList) //交易列表
|
|
|
v1.POST("/verification/code", GetVerificationCode) //核销码
|
|
|
v1.POST("/merchant/sale/list", GetMerchantPayTransList) //销售记录
|
|
|
- v1.POST("/merchant/cancel") //核销
|
|
|
+ v1.POST("/merchant/cancel", CancelNumber) //核销
|
|
|
}
|
|
|
}
|