コード例 #1
0
ファイル: shipfee.action.php プロジェクト: ohjack/newErp
 function act_modify_ems_shenzhen()
 {
     $groupName = isset($_POST['groupName']) ? $_POST['groupName'] : "";
     $channelName = isset($_POST['channelName']) ? $_POST['channelName'] : "";
     $countries = isset($_POST['countries']) ? $_POST['countries'] : "";
     $firstweight = isset($_POST['firstweight']) ? $_POST['firstweight'] : "";
     $firstweight0 = isset($_POST['firstweight0']) ? $_POST['firstweight0'] : "";
     $nextweight = isset($_POST['nextweight']) ? $_POST['nextweight'] : "";
     $files = isset($_POST['files']) ? $_POST['files'] : "";
     $declared_value = isset($_POST['declared_value']) ? $_POST['declared_value'] : "";
     $id = isset($_POST['id']) ? $_POST['id'] : "";
     shipfeeModel::modify_ems_shenzhen($id, $groupName, $countries, $firstweight, $firstweight0, $nextweight, $files, $declared_value);
 }