AlipayOpenMiniVersionAuditApplyRequest.php 20 KB

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