AlipayOpenMiniVersionAuditApplyRequest.php 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763
  1. <?php
  2. /**
  3. * ALIPAY API: alipay.open.mini.version.audit.apply request
  4. *
  5. * @author auto create
  6. * @since 1.0, 2023-04-03 12:06:43
  7. */
  8. class AlipayOpenMiniVersionAuditApplyRequest
  9. {
  10. /**
  11. * 小程序类目,格式为 第一个一级类目_第一个二级类目;第二个一级类目_第二个二级类目,详细类目可以通过 https://docs.open.alipay.com/api_49/alipay.open.mini.category.query接口查询,如果不填默认采用当前小程序应用类目。使用默认应用类目后不需要再次上传营业执照号、营业执照名、营业执照截图、营业执照有效期。
  12. **/
  13. private $appCategoryIds;
  14. /**
  15. * 小程序描述,长度限制 20~400 个字符。
  16. 如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。如果前期没有设置过该信息,则本次为必填。可通过https://opendocs.alipay.com/mini/03l21r查询当前小程序信息
  17. **/
  18. private $appDesc;
  19. /**
  20. * 小程序应用英文名称,长度限制 3~30 个字符;仅支持英文和数字。
  21. 如果不填默认采用当前小程序应用英文名称,如无默认值则必填,不可为空。
  22. **/
  23. private $appEnglishName;
  24. /**
  25. * 小程序logo图标,图片格式仅支持 jpeg,png,jpg,PNG,JPG ,JPEG格式,不支持 bmp,gif,BMP,GIF格式。建议上传像素为180*180 px,logo图片最大 2M,图片高度与宽度必须一致。
  26. 如果不填默认采用当前小程序 logo 图标。如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。如果前期没有设置过该信息,则本次为必填。
  27. **/
  28. private $appLogo;
  29. /**
  30. * 小程序名称,长度限制 3~30 个字符,仅支持包含中文、数字、英文、下划线、+、-。
  31. 如果不填默认采用当前小程序应用名称,如无默认值则必填,不可为空。
  32. 如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。如果前期没有设置过该信息,则本次为必填。可通过https://opendocs.alipay.com/mini/03l21r查询当前小程序信息
  33. **/
  34. private $appName;
  35. /**
  36. * 小程序简介,一句话描述小程序功能,长度限制 10~32个字符。
  37. 如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。如果前期没有设置过该信息,则本次为必填。可通过https://opendocs.alipay.com/mini/03l21r查询当前小程序信息
  38. **/
  39. private $appSlogan;
  40. /**
  41. * 小程序版本号,请选择开发版本执行提交审核操作。
  42. **/
  43. private $appVersion;
  44. /**
  45. * 审核类型:
  46. NONE: 不拆分准入、营销(默认)
  47. BASE_PROMOTE:准入、营销拆分审核
  48. 建议设置成“BASE_PROMOTE”,小程序将会更容易上架。将小程序发布审核拆分成“准入”、“营销”。原先小程序需要两个环节都审核通过才能上架,现在小程序只需要准入通过即可上架,但是无法在营销场景(支付宝泛搜、支付宝首页推荐等)展现给用户,小程序可通过精搜或者扫码等方式使用。如果小程序需要进行营销,可发布新版本,当准入&营销都通过后,小程序也可被营销。点击查看支付宝小程序营销规范:https://opendocs.alipay.com/b/03al2q
  49. **/
  50. private $auditRule;
  51. /**
  52. * 审核通过后是否自动上架,
  53. 自动上架:true;不自动上架(默认):false。
  54. 如果小程序上架前无需特殊处理,建议设置成true,平台将会在小程序审核通过时自动将其上架
  55. **/
  56. private $autoOnline;
  57. /**
  58. * 小程序投放的端参数。例如投放到支付宝钱包是支付宝端。默认支付宝端。支持:
  59. com.alipay.alipaywallet:支付宝端;
  60. com.alipay.iot.xpaas:支付宝IoT端。
  61. **/
  62. private $bundleId;
  63. /**
  64. * 第五张营业执照照片,不能超过 4MB,最大宽度 2160 px,最大高度 3840 px。图片格式仅支持 png,jpg,PNG,JPG 格式。
  65. 部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传营业执照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写营业执照信息。
  66. 如果选择的类目不需要该信息,则可不填。如果选择的类目需要该信息,如果商户之前在平台上传过该信息,也允许不填
  67. **/
  68. private $fifthLicensePic;
  69. /**
  70. * 小程序第五张应用截图,模板实例化的小程序可不传应用截图。
  71. 截图大小不能超过 4MB,最大宽度 2160px,最大高度3840px。图片格式仅支持 png,jpg,PNG,JPG 格式。小程序截图数量最小为2,最大为5。
  72. **/
  73. private $fifthScreenShot;
  74. /**
  75. * 第一张营业执照照片,不能超过 4MB,最大宽度 2160 px,最大高度 3840 px。图片格式仅支持 png,jpg,PNG,JPG 格式。
  76. 部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传营业执照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写营业执照信息。
  77. 如果选择的类目不需要该信息,则可不填。如果选择的类目需要该信息,如果商户之前在平台上传过该信息,也允许不填
  78. **/
  79. private $firstLicensePic;
  80. /**
  81. * 小程序第一张应用截图,模板实例化的小程序可不传应用截图。
  82. 截图大小不能超过 4MB,最大宽度 2160px,最大高度 3840px。图片格式仅支持 png,jpg,PNG,JPG 格式。小程序截图数量最小为2,最大为5。
  83. **/
  84. private $firstScreenShot;
  85. /**
  86. * 第一张特殊资质图片,不能超过4MB,最大宽度 2160px,最大高度3840px。图片格式仅支持 png,jpg,PNG,JPG 格式。
  87. 部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传营业执照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写营业执照信息。
  88. 如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。如果前期没有设置过该信息,则本次为必填。
  89. **/
  90. private $firstSpecialLicensePic;
  91. /**
  92. * 第四张营业执照照片,不能超过 4MB,最大宽度 2160 px,最大高度 3840 px。图片格式仅支持 png,jpg,PNG,JPG 格式。
  93. 部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传营业执照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写营业执照信息。
  94. 如果选择的类目不需要该信息,则可不填。如果选择的类目需要该信息,如果商户之前在平台上传过该信息,也允许不填
  95. **/
  96. private $fourthLicensePic;
  97. /**
  98. * 小程序第四张应用截图,模板实例化的小程序可不传应用截图。
  99. 截图大小不能超过 4MB,最大宽度 2160px,最大高度3840px。图片格式仅支持 png,jpg,PNG,JPG 格式。小程序截图数量最小为2,最大为5。
  100. **/
  101. private $fourthScreenShot;
  102. /**
  103. * 营业执照名称,部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传营业执照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写营业执照信息。
  104. 如果选择的类目不需要该信息,则可不填。如果选择的类目需要该信息,如果商户之前在平台上传过该信息,也允许不填
  105. **/
  106. private $licenseName;
  107. /**
  108. * 营业执照证件号,部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传营业执照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写营业执照信息。
  109. 如果选择的类目不需要该信息,则可不填。如果选择的类目需要该信息,如果商户之前在平台上传过该信息,也允许不填
  110. **/
  111. private $licenseNo;
  112. /**
  113. * 营业执照有效期,格式为 yyyy-MM-dd,9999-12-31表示长期有效。
  114. 部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传营业执照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写营业执照信息。
  115. 如果选择的类目不需要该信息,则可不填。如果选择的类目需要该信息,如果商户之前在平台上传过该信息,也允许不填
  116. **/
  117. private $licenseValidDate;
  118. /**
  119. * 小程序备注,小程序备注最多500字符。
  120. **/
  121. private $memo;
  122. /**
  123. * 新小程序前台类目,格式为 第一个一级类目_第一个二级类目;第二个一级类目_第二个二级类目_第二个三级类目,详细类目可以通过 https://docs.open.alipay.com/api_49/alipay.open.mini.category.query
  124. 接口查询mini_category_list。
  125. 如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。如果前期没有设置过该信息,则本次为必填。可通过https://opendocs.alipay.com/mini/03l21r查询当前小程序信息
  126. 注意:个人开发者不得使用企业类目。
  127. **/
  128. private $miniCategoryIds;
  129. /**
  130. * 门头照,不能超过 4MB,最大宽度 2160 px,最大高度 3840 px。图片格式仅支持 png,jpg,PNG,JPG 格式。
  131. 部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传门头照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写门头照信息。
  132. 如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。如果前期没有设置过该信息,则本次为必填。
  133. **/
  134. private $outDoorPic;
  135. /**
  136. * 小程序服务区域类型,支持:
  137. GLOBAL-全球
  138. CHINA-中国
  139. 如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。如果前期没有设置过该信息,则本次为必填。
  140. LOCATION-指定区域
  141. **/
  142. private $regionType;
  143. /**
  144. * 第二张营业执照照片,不能超过 4MB,最大宽度 2160 px,最大高度 3840 px。图片格式仅支持 png,jpg,PNG,JPG 格式。
  145. 部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传营业执照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写营业执照信息。
  146. 如果选择的类目不需要该信息,则可不填。如果选择的类目需要该信息,如果商户之前在平台上传过该信息,也允许不填
  147. **/
  148. private $secondLicensePic;
  149. /**
  150. * 小程序第二张应用截图,模板实例化的小程序可不传应用截图。
  151. 截图大小不能超过 4MB,最大宽度 2160px,最大高度3840px。图片格式仅支持 png,jpg,PNG,JPG 格式。小程序截图数量最小为2,最大为5。
  152. **/
  153. private $secondScreenShot;
  154. /**
  155. * 第二张特殊资质图片文件,不能超过4MB,最大宽度 2160px,最大高度3840px。图片格式仅支持 png,jpg,PNG,JPG 格式。
  156. 部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传营业执照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写营业执照信息。
  157. 如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。如果前期没有设置过该信息,则本次为必填。
  158. **/
  159. private $secondSpecialLicensePic;
  160. /**
  161. * 小程序客服邮箱,如果不填默认采用当前小程序的应用客服邮箱,小程序客服电话和邮箱至少输入一个。如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。
  162. 注意:2021年7月1日后,该字段将逐步灰度为可选字段,请按可选开发。
  163. **/
  164. private $serviceEmail;
  165. /**
  166. * 小程序客服电话,长度限制5~30个字符,仅支持包含数字和-。如果不填默认采用当前小程序的应用客服电话,小程序客服电话和邮箱至少输入一个。如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。
  167. 注意:2021年7月1日后,该字段将逐步灰度为必填字段,请按必填开发。
  168. **/
  169. private $servicePhone;
  170. /**
  171. * 省市区信息。当region_type为LOCATION或传入city_code时,province_code不能为空;填写area_code时,province_code和city_code不能为空。只填province_code则全选该省;填写province_code和city_code则全选该市,以此类推。省市区code参见https://gw.alipayobjects.com/os/bmw-prod/0aab0319-13de-42b9-85cf-13877a5f78ed.xlsx
  172. 如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。如果前期没有设置过该信息,则本次为必填。
  173. **/
  174. private $serviceRegionInfo;
  175. /**
  176. * 如果有审核加急权益,是否使用审核加急权益加速审核:
  177. 加速(默认):true
  178. 不加速:false
  179. **/
  180. private $speedUp;
  181. /**
  182. * 测试账号,是否需要填写请参见https://opendocs.alipay.com/mini/operation/standard/case/akxg6r#3.%20%E6%B5%8B%E8%AF%95%E5%86%85%E5%AE%B9%E6%8F%90%E4%BA%A4%E4%B8%8D%E5%AE%8C%E6%95%B4
  183. **/
  184. private $testAccout;
  185. /**
  186. * 测试附件,用于上传测试报告和测试录屏,请上传10M以内附件,支持格式zip,rar。是否需要填写请参见:https://opendocs.alipay.com/mini/operation/standard/case/akxg6r#3.%20%E6%B5%8B%E8%AF%95%E5%86%85%E5%AE%B9%E6%8F%90%E4%BA%A4%E4%B8%8D%E5%AE%8C%E6%95%B4
  187. **/
  188. private $testFileName;
  189. /**
  190. * 测试账号密码
  191. **/
  192. private $testPassword;
  193. /**
  194. * 第三张营业执照照片,不能超过 4MB,最大宽度 2160 px,最大高度 3840 px。图片格式仅支持 png,jpg,PNG,JPG 格式。
  195. 部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传营业执照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写营业执照信息。
  196. 如果选择的类目不需要该信息,则可不填。如果选择的类目需要该信息,如果商户之前在平台上传过该信息,也允许不填
  197. **/
  198. private $thirdLicensePic;
  199. /**
  200. * 小程序第三张应用截图,模板实例化的小程序可不传应用截图。
  201. 截图大小不能超过 4MB,最大宽度 2160px,最大高度 3840px。图片格式仅支持 png,jpg,PNG,JPG 格式。小程序截图数量最小为2,最大为5。
  202. **/
  203. private $thirdScreenShot;
  204. /**
  205. * 第三张特殊资质图片文件,不能超过4MB,最大宽度 2160px,最大高度3840px。图片格式仅支持 png,jpg,PNG,JPG 格式。
  206. 部分小程序类目需要提交,可通过https://opendocs.alipay.com/mini/03l8c8 查询类目是否需要上传营业执照信息。参照https://opendocs.alipay.com/mini/operation/material 要求填写营业执照信息。
  207. 如果前期已经设置过该信息,本次可不填,平台将会为你默认上传该信息。如果前期没有设置过该信息,则本次为必填。
  208. **/
  209. private $thirdSpecialLicensePic;
  210. /**
  211. * 小程序版本描述,30-500个字符。
  212. **/
  213. private $versionDesc;
  214. private $apiParas = array();
  215. private $terminalType;
  216. private $terminalInfo;
  217. private $prodCode;
  218. private $apiVersion="1.0";
  219. private $notifyUrl;
  220. private $returnUrl;
  221. private $needEncrypt=false;
  222. public function setAppCategoryIds($appCategoryIds)
  223. {
  224. $this->appCategoryIds = $appCategoryIds;
  225. $this->apiParas["app_category_ids"] = $appCategoryIds;
  226. }
  227. public function getAppCategoryIds()
  228. {
  229. return $this->appCategoryIds;
  230. }
  231. public function setAppDesc($appDesc)
  232. {
  233. $this->appDesc = $appDesc;
  234. $this->apiParas["app_desc"] = $appDesc;
  235. }
  236. public function getAppDesc()
  237. {
  238. return $this->appDesc;
  239. }
  240. public function setAppEnglishName($appEnglishName)
  241. {
  242. $this->appEnglishName = $appEnglishName;
  243. $this->apiParas["app_english_name"] = $appEnglishName;
  244. }
  245. public function getAppEnglishName()
  246. {
  247. return $this->appEnglishName;
  248. }
  249. public function setAppLogo($appLogo)
  250. {
  251. $this->appLogo = $appLogo;
  252. $this->apiParas["app_logo"] = $appLogo;
  253. }
  254. public function getAppLogo()
  255. {
  256. return $this->appLogo;
  257. }
  258. public function setAppName($appName)
  259. {
  260. $this->appName = $appName;
  261. $this->apiParas["app_name"] = $appName;
  262. }
  263. public function getAppName()
  264. {
  265. return $this->appName;
  266. }
  267. public function setAppSlogan($appSlogan)
  268. {
  269. $this->appSlogan = $appSlogan;
  270. $this->apiParas["app_slogan"] = $appSlogan;
  271. }
  272. public function getAppSlogan()
  273. {
  274. return $this->appSlogan;
  275. }
  276. public function setAppVersion($appVersion)
  277. {
  278. $this->appVersion = $appVersion;
  279. $this->apiParas["app_version"] = $appVersion;
  280. }
  281. public function getAppVersion()
  282. {
  283. return $this->appVersion;
  284. }
  285. public function setAuditRule($auditRule)
  286. {
  287. $this->auditRule = $auditRule;
  288. $this->apiParas["audit_rule"] = $auditRule;
  289. }
  290. public function getAuditRule()
  291. {
  292. return $this->auditRule;
  293. }
  294. public function setAutoOnline($autoOnline)
  295. {
  296. $this->autoOnline = $autoOnline;
  297. $this->apiParas["auto_online"] = $autoOnline;
  298. }
  299. public function getAutoOnline()
  300. {
  301. return $this->autoOnline;
  302. }
  303. public function setBundleId($bundleId)
  304. {
  305. $this->bundleId = $bundleId;
  306. $this->apiParas["bundle_id"] = $bundleId;
  307. }
  308. public function getBundleId()
  309. {
  310. return $this->bundleId;
  311. }
  312. public function setFifthLicensePic($fifthLicensePic)
  313. {
  314. $this->fifthLicensePic = $fifthLicensePic;
  315. $this->apiParas["fifth_license_pic"] = $fifthLicensePic;
  316. }
  317. public function getFifthLicensePic()
  318. {
  319. return $this->fifthLicensePic;
  320. }
  321. public function setFifthScreenShot($fifthScreenShot)
  322. {
  323. $this->fifthScreenShot = $fifthScreenShot;
  324. $this->apiParas["fifth_screen_shot"] = $fifthScreenShot;
  325. }
  326. public function getFifthScreenShot()
  327. {
  328. return $this->fifthScreenShot;
  329. }
  330. public function setFirstLicensePic($firstLicensePic)
  331. {
  332. $this->firstLicensePic = $firstLicensePic;
  333. $this->apiParas["first_license_pic"] = $firstLicensePic;
  334. }
  335. public function getFirstLicensePic()
  336. {
  337. return $this->firstLicensePic;
  338. }
  339. public function setFirstScreenShot($firstScreenShot)
  340. {
  341. $this->firstScreenShot = $firstScreenShot;
  342. $this->apiParas["first_screen_shot"] = $firstScreenShot;
  343. }
  344. public function getFirstScreenShot()
  345. {
  346. return $this->firstScreenShot;
  347. }
  348. public function setFirstSpecialLicensePic($firstSpecialLicensePic)
  349. {
  350. $this->firstSpecialLicensePic = $firstSpecialLicensePic;
  351. $this->apiParas["first_special_license_pic"] = $firstSpecialLicensePic;
  352. }
  353. public function getFirstSpecialLicensePic()
  354. {
  355. return $this->firstSpecialLicensePic;
  356. }
  357. public function setFourthLicensePic($fourthLicensePic)
  358. {
  359. $this->fourthLicensePic = $fourthLicensePic;
  360. $this->apiParas["fourth_license_pic"] = $fourthLicensePic;
  361. }
  362. public function getFourthLicensePic()
  363. {
  364. return $this->fourthLicensePic;
  365. }
  366. public function setFourthScreenShot($fourthScreenShot)
  367. {
  368. $this->fourthScreenShot = $fourthScreenShot;
  369. $this->apiParas["fourth_screen_shot"] = $fourthScreenShot;
  370. }
  371. public function getFourthScreenShot()
  372. {
  373. return $this->fourthScreenShot;
  374. }
  375. public function setLicenseName($licenseName)
  376. {
  377. $this->licenseName = $licenseName;
  378. $this->apiParas["license_name"] = $licenseName;
  379. }
  380. public function getLicenseName()
  381. {
  382. return $this->licenseName;
  383. }
  384. public function setLicenseNo($licenseNo)
  385. {
  386. $this->licenseNo = $licenseNo;
  387. $this->apiParas["license_no"] = $licenseNo;
  388. }
  389. public function getLicenseNo()
  390. {
  391. return $this->licenseNo;
  392. }
  393. public function setLicenseValidDate($licenseValidDate)
  394. {
  395. $this->licenseValidDate = $licenseValidDate;
  396. $this->apiParas["license_valid_date"] = $licenseValidDate;
  397. }
  398. public function getLicenseValidDate()
  399. {
  400. return $this->licenseValidDate;
  401. }
  402. public function setMemo($memo)
  403. {
  404. $this->memo = $memo;
  405. $this->apiParas["memo"] = $memo;
  406. }
  407. public function getMemo()
  408. {
  409. return $this->memo;
  410. }
  411. public function setMiniCategoryIds($miniCategoryIds)
  412. {
  413. $this->miniCategoryIds = $miniCategoryIds;
  414. $this->apiParas["mini_category_ids"] = $miniCategoryIds;
  415. }
  416. public function getMiniCategoryIds()
  417. {
  418. return $this->miniCategoryIds;
  419. }
  420. public function setOutDoorPic($outDoorPic)
  421. {
  422. $this->outDoorPic = $outDoorPic;
  423. $this->apiParas["out_door_pic"] = $outDoorPic;
  424. }
  425. public function getOutDoorPic()
  426. {
  427. return $this->outDoorPic;
  428. }
  429. public function setRegionType($regionType)
  430. {
  431. $this->regionType = $regionType;
  432. $this->apiParas["region_type"] = $regionType;
  433. }
  434. public function getRegionType()
  435. {
  436. return $this->regionType;
  437. }
  438. public function setSecondLicensePic($secondLicensePic)
  439. {
  440. $this->secondLicensePic = $secondLicensePic;
  441. $this->apiParas["second_license_pic"] = $secondLicensePic;
  442. }
  443. public function getSecondLicensePic()
  444. {
  445. return $this->secondLicensePic;
  446. }
  447. public function setSecondScreenShot($secondScreenShot)
  448. {
  449. $this->secondScreenShot = $secondScreenShot;
  450. $this->apiParas["second_screen_shot"] = $secondScreenShot;
  451. }
  452. public function getSecondScreenShot()
  453. {
  454. return $this->secondScreenShot;
  455. }
  456. public function setSecondSpecialLicensePic($secondSpecialLicensePic)
  457. {
  458. $this->secondSpecialLicensePic = $secondSpecialLicensePic;
  459. $this->apiParas["second_special_license_pic"] = $secondSpecialLicensePic;
  460. }
  461. public function getSecondSpecialLicensePic()
  462. {
  463. return $this->secondSpecialLicensePic;
  464. }
  465. public function setServiceEmail($serviceEmail)
  466. {
  467. $this->serviceEmail = $serviceEmail;
  468. $this->apiParas["service_email"] = $serviceEmail;
  469. }
  470. public function getServiceEmail()
  471. {
  472. return $this->serviceEmail;
  473. }
  474. public function setServicePhone($servicePhone)
  475. {
  476. $this->servicePhone = $servicePhone;
  477. $this->apiParas["service_phone"] = $servicePhone;
  478. }
  479. public function getServicePhone()
  480. {
  481. return $this->servicePhone;
  482. }
  483. public function setServiceRegionInfo($serviceRegionInfo)
  484. {
  485. $this->serviceRegionInfo = $serviceRegionInfo;
  486. $this->apiParas["service_region_info"] = $serviceRegionInfo;
  487. }
  488. public function getServiceRegionInfo()
  489. {
  490. return $this->serviceRegionInfo;
  491. }
  492. public function setSpeedUp($speedUp)
  493. {
  494. $this->speedUp = $speedUp;
  495. $this->apiParas["speed_up"] = $speedUp;
  496. }
  497. public function getSpeedUp()
  498. {
  499. return $this->speedUp;
  500. }
  501. public function setTestAccout($testAccout)
  502. {
  503. $this->testAccout = $testAccout;
  504. $this->apiParas["test_accout"] = $testAccout;
  505. }
  506. public function getTestAccout()
  507. {
  508. return $this->testAccout;
  509. }
  510. public function setTestFileName($testFileName)
  511. {
  512. $this->testFileName = $testFileName;
  513. $this->apiParas["test_file_name"] = $testFileName;
  514. }
  515. public function getTestFileName()
  516. {
  517. return $this->testFileName;
  518. }
  519. public function setTestPassword($testPassword)
  520. {
  521. $this->testPassword = $testPassword;
  522. $this->apiParas["test_password"] = $testPassword;
  523. }
  524. public function getTestPassword()
  525. {
  526. return $this->testPassword;
  527. }
  528. public function setThirdLicensePic($thirdLicensePic)
  529. {
  530. $this->thirdLicensePic = $thirdLicensePic;
  531. $this->apiParas["third_license_pic"] = $thirdLicensePic;
  532. }
  533. public function getThirdLicensePic()
  534. {
  535. return $this->thirdLicensePic;
  536. }
  537. public function setThirdScreenShot($thirdScreenShot)
  538. {
  539. $this->thirdScreenShot = $thirdScreenShot;
  540. $this->apiParas["third_screen_shot"] = $thirdScreenShot;
  541. }
  542. public function getThirdScreenShot()
  543. {
  544. return $this->thirdScreenShot;
  545. }
  546. public function setThirdSpecialLicensePic($thirdSpecialLicensePic)
  547. {
  548. $this->thirdSpecialLicensePic = $thirdSpecialLicensePic;
  549. $this->apiParas["third_special_license_pic"] = $thirdSpecialLicensePic;
  550. }
  551. public function getThirdSpecialLicensePic()
  552. {
  553. return $this->thirdSpecialLicensePic;
  554. }
  555. public function setVersionDesc($versionDesc)
  556. {
  557. $this->versionDesc = $versionDesc;
  558. $this->apiParas["version_desc"] = $versionDesc;
  559. }
  560. public function getVersionDesc()
  561. {
  562. return $this->versionDesc;
  563. }
  564. public function getApiMethodName()
  565. {
  566. return "alipay.open.mini.version.audit.apply";
  567. }
  568. public function setNotifyUrl($notifyUrl)
  569. {
  570. $this->notifyUrl=$notifyUrl;
  571. }
  572. public function getNotifyUrl()
  573. {
  574. return $this->notifyUrl;
  575. }
  576. public function setReturnUrl($returnUrl)
  577. {
  578. $this->returnUrl=$returnUrl;
  579. }
  580. public function getReturnUrl()
  581. {
  582. return $this->returnUrl;
  583. }
  584. public function getApiParas()
  585. {
  586. return $this->apiParas;
  587. }
  588. public function getTerminalType()
  589. {
  590. return $this->terminalType;
  591. }
  592. public function setTerminalType($terminalType)
  593. {
  594. $this->terminalType = $terminalType;
  595. }
  596. public function getTerminalInfo()
  597. {
  598. return $this->terminalInfo;
  599. }
  600. public function setTerminalInfo($terminalInfo)
  601. {
  602. $this->terminalInfo = $terminalInfo;
  603. }
  604. public function getProdCode()
  605. {
  606. return $this->prodCode;
  607. }
  608. public function setProdCode($prodCode)
  609. {
  610. $this->prodCode = $prodCode;
  611. }
  612. public function setApiVersion($apiVersion)
  613. {
  614. $this->apiVersion=$apiVersion;
  615. }
  616. public function getApiVersion()
  617. {
  618. return $this->apiVersion;
  619. }
  620. public function setNeedEncrypt($needEncrypt)
  621. {
  622. $this->needEncrypt=$needEncrypt;
  623. }
  624. public function getNeedEncrypt()
  625. {
  626. return $this->needEncrypt;
  627. }
  628. }