切换阿里短信服务账号

This commit is contained in:
gazebo
2019-10-21 15:48:23 +08:00
parent bed2d85833
commit fceab5848e
6 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
package elm
import (
"github.com/KenmyZhang/aliyun-communicate"
aliyunsmsclient "github.com/KenmyZhang/aliyun-communicate"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/business/model"
@@ -10,9 +10,9 @@ import (
)
const (
ELM_SMS_SIGN_NAME = "好菜鲜生" //饿了么短信推送的签名
ELM_SMS_REMINDERS_DAIPEISHONG_TEMPLATECODE = "SMS_135028810" //饿了么待配送模板ID
ELM_SMS_REMINDERS_PEISHOGNZHONG_TEMPLATECODE = "SMS_139225187" //饿了么配送中模板ID
ELM_SMS_SIGN_NAME = "京西菜市" //饿了么短信推送的签名
ELM_SMS_REMINDERS_DAIPEISHONG_TEMPLATECODE = "SMS_175573181" //饿了么待配送模板ID
ELM_SMS_REMINDERS_PEISHOGNZHONG_TEMPLATECODE = "SMS_175583155" //饿了么配送中模板ID
)
func (c *PurchaseHandler) ClientUrgeOrder(orderID string) (err error) {