Changes between Version 1 and Version 2 of appApiRules


Ignore:
Timestamp:
11/20/2014 05:14:30 PM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appApiRules

    v1 v2  
    4141常用的Json结果返回,统一使用AppControllerStatic.java中定义好的操作方法。 
    4242 
    43 printSuccessMsg():操作成功 
     43printSuccessMsg():不带参数默认是“操作成功”, 带string参数就自定义的信息 
    4444 
    45 printErrorMsg():操作失败 
     45printErrorMsg():不带参数默认是“操作失败”, 带string参数就自定义的信息 
    4646 
    4747------------------------------------------------------------------------------------------------------------------