country list

This commit is contained in:
CHIEFSOFT\ameye
2023-12-17 07:54:30 -05:00
parent ecac9d0300
commit aac0a65c50
7 changed files with 92 additions and 4 deletions
+2 -1
View File
@@ -248,6 +248,7 @@ class WrenchApi extends BaseController
$in["action"] = WRENCHBOARD_COUPON_MEMLIST;
break;
case 'signupcountry':
$in["action"] = WRENCHBOARD_SIGNUP_COUNTRY;
// checi if in cache if not read
$local_out = [
'result'=>'100',
@@ -256,7 +257,7 @@ class WrenchApi extends BaseController
['US', 'United States']
]
];
$call_backend = false;
// $call_backend = true; we will call backend
break;
case 'blogitem':
$blogData = (new \App\Models\ResultFormatter() )->getBlogItem();