提交 ff69face 编写于 作者: Y yixiangboy

埋点发布线上地址

上级 6d9e4fd9
......@@ -86,7 +86,7 @@
[self.basicInfoDic setValue:self.pointArray forKey:@"events"];
NSMutableDictionary *params = [self.basicInfoDic copy];
[DoraemonNetworkUtil postWithUrlString:@"http://dokit-test.intra.xiaojukeji.com/pointData/addPointData" params:params success:^(NSDictionary * _Nonnull result) {
[DoraemonNetworkUtil postWithUrlString:@"http://www.dokit.cn/pointData/addPointData" params:params success:^(NSDictionary * _Nonnull result) {
NSInteger code = [result[@"code"] integerValue];
if (code == 200) {
[self removePointArray];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册