|
|
@@ -135,7 +135,9 @@ func main() {
|
|
|
//东南亚
|
|
|
r2 := router.Group("/v1")
|
|
|
r2.GET("/getUserList", msg.WebGmProcessUserListGet)
|
|
|
- r2.GET("//check-uid", msg.WebGmProcessUserListGet)
|
|
|
+ r2.GET("//check-uid", msg.WebGmProcessUserListCheck)
|
|
|
+ r2.GET("//create-order", msg.WebGmProcessUserListCheck)
|
|
|
+ router.POST("/pay/hwDn", msg.WebPayHwRuNotify) // 海外东南亚
|
|
|
|
|
|
router.POST("/pay", msg.WebPayQuickNotify) // SDKquick 畅梦nbSDK
|
|
|
router.POST("/pay/hwQucik", msg.WebPayHwQuickNotify) // 海外quick
|