82188713 1 year ago
parent ee693af9f8
commit a7f9f1c9da
  1. 8
      addons/alioss/config.php
  2. 0
      application/admin/controller/user/Withdraw.php
  3. 0
      application/admin/lang/zh-cn/user/withdraw.php
  4. 0
      application/admin/model/user/Withdraw.php
  5. 0
      application/admin/validate/user/Withdraw.php
  6. 0
      application/admin/view/order/split.html
  7. 0
      application/admin/view/user/withdraw/add.html
  8. 0
      application/admin/view/user/withdraw/edit.html
  9. 0
      application/admin/view/user/withdraw/index.html
  10. 0
      application/common/service/OrderService.php
  11. 0
      public/.well-known/acme-challenge/IRrWMRmYtq_YNMiYTn8xBOKjqLnbuqzepjZaGoP22hk
  12. 0
      public/assets/js/backend/user/withdraw.js

@ -6,7 +6,7 @@ return [
'title' => 'AccessKey ID',
'type' => 'string',
'content' => [],
'value' => 'LTAI5tEh3A4HH9SnAywhwtQV',
'value' => 'LTAI5tPxUTncQLE7ADx2j2M1',
'rule' => 'required',
'msg' => '',
'tip' => '',
@ -18,7 +18,7 @@ return [
'title' => 'AccessKey Secret',
'type' => 'string',
'content' => [],
'value' => 'oxeX7GZoGiKHGkshA2WbPn1z1hZo5a',
'value' => 'UTroFGol220JQqOp1ApalYXZa7AEVp',
'rule' => 'required',
'msg' => '',
'tip' => '',
@ -30,7 +30,7 @@ return [
'title' => 'Bucket名称',
'type' => 'string',
'content' => [],
'value' => 'hzy-shop',
'value' => 'huaziyu-shop',
'rule' => 'required;bucket',
'msg' => '',
'tip' => '阿里云OSS的空间名',
@ -54,7 +54,7 @@ return [
'title' => 'CDN地址',
'type' => 'string',
'content' => [],
'value' => 'https://hzy-shop.oss-cn-nanjing.aliyuncs.com',
'value' => 'https://huaziyu-shop.oss-cn-nanjing.aliyuncs.com',
'rule' => 'required;cdnurl',
'msg' => '',
'tip' => '请填写CDN地址,必须以http(s)://开头',

Loading…
Cancel
Save