Changes between Initial Version and Version 1 of app2.0/09_sunplaza


Ignore:
Timestamp:
02/04/2015 05:37:08 PM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/09_sunplaza

    v1 v1  
     1[[[TOC]] 
     2 
     3= 广场 = 
     4 
     5== 广场入口 == 
     6 
     7> sunplaza/listSunplazaEntrys.do 
     8 
     9**说明**     
     10 
     11列出广场入口,包括前面四个固定的,和编辑设置的 
     12 
     13**请求参数** 
     14 
     15**返回** 
     16 
     17{{{#!java 
     18result { 
     19        status: 1 
     20        msg: '请求成功', 
     21        data:[ 
     22            $sunplazaEntry 
     23        ] 
     24} 
     25}}} 
     26 
     27----------