Advertisement
imjyb1008work

顧問師3日班課程查詢的Json格式

May 5th, 2020
1,840
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.59 KB | None | 0 0
  1. /*
  2. status
  3.  
  4. 0人
  5. 開放報名
  6.  
  7. 3人
  8. 多人報名
  9.  
  10. 5人以上
  11. 多人報名
  12.  
  13.  
  14. 截止報名
  15.  
  16. */
  17. [
  18.     {
  19.         place:"高雄",
  20.         month:5,
  21.         note:"滿5人開課<br>共3日",
  22.         status:0, //確認開課
  23.     },
  24.     {
  25.         place:"高雄",
  26.         month:6,
  27.         note:"滿5人開課<br>共3日",
  28.         status:1, //開放報名中
  29.     },
  30.     {
  31.         place:"高雄",
  32.         month:7,
  33.         note:"滿5人開課<br>共3日",
  34.         status:2, //多人報名中
  35.     },
  36.     {
  37.         place:"台北",
  38.         month:5,
  39.         note:"5/27(三)~5/29(五)共3日",
  40.         status:0,          
  41.     }
  42. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement