摘要: #pragma mark - 在子线程中显示提示信息框//在子线程中显示提示信息框-(void)showAlertwithTitle:(NSString *)title message:(NSString *)msg cancleButtonTitle:(NSString *) cancleTitle otherButtonTitle:(NSString *)otherButtonTitle tag:(NSString *)tag{ NSArray *array = [NSArray arrayWithObjects:title,msg,cancleTitle,otherButtonTi... 阅读全文
posted @ 2013-12-25 21:06 ygm900 阅读(452) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-12-25 15:49 ygm900 阅读(339) 评论(0) 推荐(0)
摘要: 1、没有参数的webservice 接口,如下:接口名:获取服务器时间方法名: getServerTime()参数:空返回值:服务器当前时间: yyyy/MM/dd HH:mm:ss使用方法:返回值如下:2、使用有参数的webservice 接口接口名:获取分公司编码:手机端更新数据连接服务器端是传手机号和唯一标示码进行信息验证,服务器端返回给手机端各市分公司组织编码,用于分批更新数据方法名: getUserInfo(String mobile , String coNumber , String type , String vCode , String isComplete , String 阅读全文
posted @ 2013-12-25 10:03 ygm900 阅读(10852) 评论(0) 推荐(1)