Commit de7dcc50 by 庄冰

fqpush

parent 758a6b77
......@@ -30,7 +30,8 @@ class FqUtilsService {
*/
async pushMediaNeedInfo2Fq(pobj) {
try {
var url = "https://yunfuapi-dev.gongsibao.com/cloudapi/cyg/lead/fluxAllot";
// var url = "https://yunfuapi-dev.gongsibao.com/cloudapi/cyg/lead/fluxAllot";//开发环境
var url = "https://yunfuapi.gongsibao.com/cloudapi/cyg/lead/fluxAllot";//线上环境
var rc = system.getObject("util.aliyunClient");
console.log(rc,"aliyunClient++++++++++++++++++++++++++");
var rtn = await rc.post(url, pobj);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment