|
@@ -165,7 +165,7 @@ class UserAddressController extends BaseShopController
|
|
|
*
|
|
*
|
|
|
* */
|
|
* */
|
|
|
public function getSpecialAreaShipFeeInfo(){
|
|
public function getSpecialAreaShipFeeInfo(){
|
|
|
- $id = $this->request->get('district_id',0);
|
|
|
|
|
|
|
+ $id = $this->request->get('area_id',0);
|
|
|
if($id == 0) return $this->fail('请传入区iD');
|
|
if($id == 0) return $this->fail('请传入区iD');
|
|
|
$lists = UserAddressLogic::getSpecialAreaInfo($id);
|
|
$lists = UserAddressLogic::getSpecialAreaInfo($id);
|
|
|
return $this->data($lists);
|
|
return $this->data($lists);
|