JdEnum.php 239 B

12345678910111213
  1. <?php
  2. namespace app\common\enum\platform;
  3. class JdEnum
  4. {
  5. const UNION = [
  6. 'Use' => [
  7. 'appKey' => 'e99703d01cbb6a2e48a8a34f19af9d87',
  8. 'appSecret' => 'cea7578d5a314ef88086daa4ee3a5b4d',
  9. ]
  10. ];
  11. }