source_pay.php 391 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'name' => '资源支付记录表',
  4. 'partition' => 'Dever::call("Manage/Lib/Util.system")',
  5. 'struct' => [
  6. 'order_id' => [
  7. 'type' => 'int(11)',
  8. 'name' => '订单ID',
  9. ],
  10. 'pay' => [
  11. 'type' => 'text',
  12. 'name' => '下单信息',
  13. ],
  14. ],
  15. ];