for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Com\Pdd\Pop\Sdk\Api\Request;
use Com\Pdd\Pop\Sdk\PopBaseHttpRequest;
use Com\Pdd\Pop\Sdk\PopBaseJsonEntity;
class PddWmsDepotTicketProblemGetRequest extends PopBaseHttpRequest
{
public function __construct()
}
protected function setUserParams(&$params)
public function getVersion()
return "V1";
public function getDataType()
return "JSON";
public function getType()
return "pdd.wms.depot.ticket.problem.get";