Authored by zhengwen.ge

update

... ... @@ -71,6 +71,7 @@ public class GdtTransTask {
continue;
}
//按照广点通要求拼接数据
log.info("enter trans urlEode udid is {},ordercode is {}",transInfo.getUdid(),transInfo.getOrdercode());
String url = urlEode(unionActivity,transInfo);
//改成httpclient方式调用
... ...
... ... @@ -14,7 +14,7 @@
<property name="gateway.url" defaultValue="http://api.yoho.cn" description="gateway 的地址" />
<property name="sendSMS.password" defaultValue="7jVEde87bLffoTnt6tGxmw==" description="调用运维发送短信接口时的,需要传入的密码(AES加密)" />
<property name="tencentmkt.shareUrl" defaultValue="http://union.yoho.cn/union/tencentMkt/index.html" description="市场活动推广的链接地址" />
<property name="union.host" defaultValue="172.31.16.99" description="绑定定时任务IP" />
</group>
<script>
... ...
... ... @@ -103,4 +103,6 @@ platform.login.salt=${platform.login.salt}
erp.domain=${erp.domain}
admin.login.url=${admin.login.url}
business.mobile=13621380911,15210647200
\ No newline at end of file
business.mobile=13621380911,15210647200
union.host=${union.host}
\ No newline at end of file
... ...