|
@@ -31,9 +31,9 @@ func init() {
|
|
|
}
|
|
|
|
|
|
//确认挑战给用户发消息
|
|
|
-func SendNewUserMsg(userId, positionId string) error {
|
|
|
- wxUrl := "/front/sess/" + Se.EncodeString(positionId+",positionId,"+strconv.Itoa(int(time.Now().Unix()))+",") + "__" + Se.EncodeString(Config.Messages.ConfirmChallenge.MobileUrl)
|
|
|
- appUrl := "/jyapp/free/sess/" + Se.EncodeString(positionId+",positionId,"+strconv.Itoa(int(time.Now().Unix()))+",") + "__" + Se.EncodeString(Config.Messages.ConfirmChallenge.MobileUrl)
|
|
|
+func SendNewUserMsg(userId string) error {
|
|
|
+ wxUrl := "/front/sess/" + Se.EncodeString(userId+",_id,identityKeep,") + "__" + Se.EncodeString(Config.Messages.ConfirmChallenge.MobileUrl)
|
|
|
+ appUrl := "/jyapp/free/sess/" + Se.EncodeString(userId+",id,"+strconv.Itoa(int(time.Now().Unix()))+",") + "__" + Se.EncodeString(Config.Messages.ConfirmChallenge.MobileUrl)
|
|
|
req := &message.MultipleSaveMsgReq{
|
|
|
UserIds: userId,
|
|
|
Title: Config.Messages.ConfirmChallenge.Title,
|