This commit is contained in:
Jerry Yan 2019-10-29 21:52:45 +08:00
parent 03aa71bdbd
commit 5e5736a281

View File

@ -31,6 +31,10 @@ class Shopping extends Base{
$m = new M();
exit(json_encode($m->getHelpShops()));
}
public function getHelpSaleShops(){
$m = new M();
exit(json_encode($m->getHelpSaleShops()));
}
public function searchHelpGoods(){
$m = new M();
exit(jsonReturn($m->searchHelpGoods()));