1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| //
| // TWConst.m
| // screendisplay
| //
| // Created by 单军华 on 2018/6/29.
| // Copyright © 2018年 单军华. All rights reserved.
| //
|
| #import "TWConst.h"
|
|
| // 科大讯飞
| NSString *const USER_APPID = @"56ce54a5";
|
| // 服务器XMG
| NSString *const TWXMGBaseUrl = @"http://120.25.226.186:32812";
|
|