|
|
@@ -1,12 +1,14 @@ |
|
|
|
package hdl |
|
|
|
|
|
|
|
import ( |
|
|
|
"applet/app/cfg" |
|
|
|
"applet/app/db" |
|
|
|
"applet/app/md" |
|
|
|
"applet/app/utils" |
|
|
|
"applet/app/utils/logx" |
|
|
|
"code.fnuoos.com/EggPlanet/egg_models.git/src/implement" |
|
|
|
"code.fnuoos.com/EggPlanet/egg_models.git/src/model" |
|
|
|
"code.fnuoos.com/EggPlanet/egg_system_rules.git" |
|
|
|
"code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git/rabbit" |
|
|
|
"crypto/sha256" |
|
|
|
"encoding/hex" |
|
|
@@ -39,6 +41,7 @@ func CallbackAlipayFace(c *gin.Context) { |
|
|
|
fmt.Println("支付宝回调数据", string(callbackStr)) |
|
|
|
} |
|
|
|
func CallbackChuanshanjia(c *gin.Context) { |
|
|
|
egg_system_rules.Init(cfg.RedisAddr) |
|
|
|
userId := c.Query("user_id") |
|
|
|
transId := c.Query("trans_id") |
|
|
|
primeRit := c.Query("prime_rit") |
|
|
@@ -71,6 +74,7 @@ func CallbackChuanshanjia(c *gin.Context) { |
|
|
|
return |
|
|
|
} |
|
|
|
func CallbackYoulianghui(c *gin.Context) { |
|
|
|
egg_system_rules.Init(cfg.RedisAddr) |
|
|
|
userId := c.Query("userid") |
|
|
|
transId := c.Query("transid") |
|
|
|
primeRit := c.Query("pid") |
|
|
|