Update work.go
This commit is contained in:
parent
85567c24a5
commit
9e3445319b
@ -325,12 +325,12 @@ func Remind(ctx *gin.Context) {
|
||||
workInfo.ArtistPhoneAreaCode = "86"
|
||||
}
|
||||
if workInfo.ArtistPhoneAreaCode == "86" {
|
||||
_, err = service.AccountFieeProvider.SendMsg(context.Background(), &accountFiee.SendMsgRequest{
|
||||
_, err = service.AccountFieeProvider.OnlySendMsg(context.Background(), &accountFiee.SendMsgRequest{
|
||||
Domain: "app",
|
||||
TelNum: workInfo.ArtistPhone,
|
||||
Project: "fiee",
|
||||
SignNo: 0, // TODO 模板ID
|
||||
MId: 0,
|
||||
SignNo: 0,
|
||||
MId: 0, // TODO 模板ID
|
||||
Scope: "",
|
||||
Zone: workInfo.ArtistPhoneAreaCode,
|
||||
NonceStr: "",
|
||||
@ -340,8 +340,8 @@ func Remind(ctx *gin.Context) {
|
||||
Domain: "app",
|
||||
TelNum: workInfo.ArtistPhone,
|
||||
Project: "fiee",
|
||||
SignNo: 0, // TODO 模板ID
|
||||
MId: 0,
|
||||
SignNo: 0,
|
||||
MId: 0, // TODO 模板ID
|
||||
Scope: "",
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user