CPIDResponse
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Phản hồi từ điểm cuối CPID khi tạo CPID thành công.
Biểu diễn dưới dạng JSON |
{
"cpid": string,
"ttlSeconds": integer
} |
Các trường |
cpid |
string
Bắt buộc. Giá trị nhận dạng của nhà mạng được mã hoá giúp nhận dạng riêng người dùng.
|
ttlSeconds |
integer
Bắt buộc. Thời lượng (tính bằng giây) mà CPID hợp lệ và được GTAF dùng để truy vấn DPA để biết thông tin chi tiết về gói dữ liệu của người dùng.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2022-09-26 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2022-09-26 UTC."],[[["The CPID endpoint returns a JSON object containing the `cpid` and `ttlSeconds` when a CPID is successfully created."],["The `cpid` is an encrypted identifier that uniquely identifies the user to the carrier and is required."],["The `ttlSeconds` field indicates the validity duration of the CPID for GTAF to query user data plan details and is also required."]]],["The successful creation of a CPID (Carrier Plan Identifier) returns a JSON object containing two fields. `cpid` is a required string, representing an encrypted identifier unique to the user. `ttlSeconds`, also required and an integer, specifies the duration in seconds that the CPID remains valid for data plan queries. This duration defines how long GTAF can use the CPID to request information about the user's data plan.\n"]]