Skip to content

Commit a883ff3

Browse files
committed
与APIJSON-JS同步
1 parent fb1a170 commit a883ff3

File tree

16 files changed

+875
-472
lines changed

16 files changed

+875
-472
lines changed

APIJSON-Java-Server/APIJSON-Eclipse/src/main/java/zuo/biao/apijson/server/Structure.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454

5555
//TODO 放到 zuo.biao.apijson 包内,供Android客户端校验请求结构
5656
/**结构类
57-
* 增删改查: operation(add,replace,put,remove) operation:{key0:value0, key1:value1 ...}
58-
* 对值校验: verify:{key0:value0, key1:value1 ...} (key{}:range,key$:"%m%"等)
59-
* 对值重复性校验: unique:"key0:, key1 ..." (unique:"phone,email" 等)
57+
* 增删改查: OPERATION(ADD,REPLACE,PUT,REMOVE) OPERATION:{key0:value0, key1:value1 ...}
58+
* 对值校验: VERIFY:{key0:value0, key1:value1 ...} (key{}:range,key$:"%m%"等)
59+
* 对值重复性校验: UNIQUE:"key0:, key1 ..." (UNIQUE:"phone,email" 等)
6060
* @author Lemon
6161
*/
6262
public class Structure {

0 commit comments

Comments
 (0)