sms.go 229 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 package constant var ( YunPianAppKey = "0bf6fb10a11a68a95dee80901eb545b5" YunPianSDKHost = "https://sms.yunpian.com/v2/" SmsSendSingle = "sms/single_send.json" SmsSendSingleByTpl = "sms/tpl_single_send.json" )